-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nsis): support choosing compression algorithms, closes #7685 #7729
Conversation
…i-apps#6468) * refactor(core): remove attohttpc client, closes tauri-apps#6415 * lint [skip ci]
* chore(deps): pin wry to 0.27 * update index.js [skip ci] * fmt
…i-apps#6476) * fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast See alexcrichton/curl-rust#283 * lint [skip ci] * update swift-rs to 1.0.2
Let's leave that to swift-rs
…auri-apps#6490) * refactor(build): change tauri-api dependency path to skip rebuilds The tauri-api Swift package cannot be injected inside the iOS plugin project because swift-rs reruns when the project folder changes. We will now inject the project in the parent folder instead. * revert tauri-plugin-log [skip ci]
Co-authored-by: lucasfernog <[email protected]>
* fix(ci): enable openssl vendored feature for cli.js * enable feature on CI * add openssl dep * avoid openssl on Linux * vendored openssl on macOS CI * fix dep install * lint [skip ci]
Co-authored-by: lucasfernog <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]>
…-apps#7624) * Create Bulgarian.nsh * Update nsis.rs * Create nsis-bulgarian.md
…i-apps#7619) * feat(tauri): impl Send for app::Builder * chore: add .changes/app-builder-send.md
) Co-authored-by: Lucas Nogueira <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of docs changes and naming consistency
Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: Amr Bashir <[email protected]>
…apps#7662 (tauri-apps#7751) Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that this was opened against dev
, let's rebase and open it against 1.x
so we could roll it out in 1.5
omg. It's a mess now I'll close this one and create another PR later. |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___
)Other information